home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / ewjdemo.dir / 00115.ls < prev    next >
Encoding:
Text File  |  1995-12-11  |  234 b   |  11 lines

  1. global gMovieSprite, gMovieDuration
  2.  
  3. on exitFrame
  4.   cursor(4)
  5.   set gMovieDuration to the duration of cast the castNum of sprite gMovieSprite
  6.   delayFor(30)
  7.   set the movieRate of sprite gMovieSprite to 1
  8.   cursor(0)
  9.   cursor(-1)
  10. end
  11.